PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFOutlineItem Class / setDestination Method
The destination to be displayed when this item is activated.
In This Topic
    setDestination Method
    In This Topic
    Sets the outline item destination.
    When the destination is set to a non-null value, the action is set to null.
    Syntax
    public void setDestination( 
       PDFDestination value
    )

    Parameters

    value
    The destination to be displayed when this item is activated.
    See Also